home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / batch / dv_util / dvlzip.bat < prev    next >
Encoding:
DOS Batch File  |  1990-09-04  |  180 b   |  10 lines

  1. if (%2) == () goto default
  2. pkunzip.exe -c %1 %2 %3 %4 %5 %6 %7 %8 %9 >lz.xyz
  3. goto doit
  4. :default
  5. pkunzip.exe -c %1 read*.* *.doc >lz.xyz
  6. :doit
  7. list lz.xyz
  8. del lz.xyz
  9. exit
  10.